home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 July / Designer's Club 1996 July.iso / mac / Idea Source / Road.DIR / 00160.ls < prev    next >
Encoding:
Text File  |  1996-05-20  |  687 b   |  34 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(the frame)
  4.     if rollOver(3) then
  5.       puppetSprite(3, 1)
  6.       set the castNum of sprite 3 to 148
  7.       updateStage()
  8.     else
  9.       puppetSprite(3, 0)
  10.     end if
  11.     if rollOver(4) then
  12.       puppetSprite(4, 1)
  13.       set the castNum of sprite 4 to 149
  14.       updateStage()
  15.     else
  16.       puppetSprite(4, 0)
  17.     end if
  18.     if rollOver(5) then
  19.       puppetSprite(5, 1)
  20.       set the castNum of sprite 5 to 151
  21.       updateStage()
  22.     else
  23.       puppetSprite(5, 0)
  24.     end if
  25.     if rollOver(6) then
  26.       puppetSprite(6, 1)
  27.       set the castNum of sprite 6 to 150
  28.       updateStage()
  29.     else
  30.       puppetSprite(6, 0)
  31.     end if
  32.   end if
  33. end
  34.